FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package ans.cisis.fhir.r4#3.0.0-pat23v2 (93 ms)

Package ans.cisis.fhir.r4
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ans.cisis.fhir.r4@3.0.0-pat23v2&canonical=http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/GAP.ConsommateurGAP
Url http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/GAP.ConsommateurGAP
Version 2.1
Status active
Date 2023-01-12T14:27:51+01:00
Name ConsommateurGAP
Title CI-SIS Gestion-d-Agendas-Partages - ConsommateurGAP
Experimental False
Authority national
Description Un consommateur consulte l’agenda d’une ressource gérée par un gestionnaire d’agenda. La consultation de l’agenda indique les éventuelles plages de disponibilité déclarées pour la ressource ainsi que ses indisponibilités et les détails des rendez-vous existants (types, durées, etc., cf. section 2.3.3). Le consommateur peut être la personne prise en charge, un professionnel intervenant dans la prise en charge d’une personne ou tout autre tiers autorisé à consulter l’agenda de la ressource concernée.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
http://esante.gouv.fr/ci-sis/fhir/ImplementationGuides/CI-SIS.GestionDAgendasPartages GAP_Gestion-d-Agendas-Partages
http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_created GAP_Appointment_created
http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_description GAP_Appointment_description
http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_priority GAP_Appointment_priority
http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Slot_earliestStart GAP_Slot_earliestStart
http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Slot_latestStart GAP_Slot_latestStart
https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass PractitionerRoleOrganizationalRoleRASS
https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass PractitionerRoleProfessionalRoleRASS


Source

{
  "resourceType" : "CapabilityStatement",
  "url" : "http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/GAP.ConsommateurGAP",
  "version" : "2.1",
  "name" : "ConsommateurGAP",
  "title" : "CI-SIS Gestion-d-Agendas-Partages - ConsommateurGAP",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-12T14:27:51+01:00",
  "publisher" : "ANS",
  "description" : "Un consommateur consulte l’agenda d’une ressource gérée par un gestionnaire d’agenda. La consultation de l’agenda indique les éventuelles plages de disponibilité déclarées pour la \nressource ainsi que ses indisponibilités et les détails des rendez-vous existants (types, durées, etc., cf. section 2.3.3). Le consommateur peut être la personne prise en charge, un \nprofessionnel intervenant dans la prise en charge d’une personne ou tout autre tiers autorisé à consulter l’agenda de la ressource concernée. ",
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "implementationGuide" : [
    "http://esante.gouv.fr/ci-sis/fhir/ImplementationGuides/CI-SIS.GestionDAgendasPartages"
  ],
  "rest" : [
    {
      "mode" : "client",
      "documentation" : "consultation de disponibilités",
      "security" : {
        "cors" : false,
        "description" : "L’ANS propose des référentiels dédiés à la politique de sécurité (la PGSSI-S\n) et des mécanismes de sécurisation sont définis dans les volets de la couche Transport du Cadre d’Interopérabilité des systèmes\nd’information de santé (CI-SIS)"
      },
      "resource" : [
        {
          "type" : "Slot",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrSlot",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "GAP_Slot_earliestStart",
              "definition" : "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Slot_earliestStart",
              "type" : "date",
              "documentation" : "Recherche d'une disponibilité sur la date et l'heure de début de disponibilité souhaité"
            },
            {
              "name" : "GAP_Slot_latestStart",
              "definition" : "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Slot_latestStart",
              "type" : "date",
              "documentation" : "Recherche d'une disponibilité sur la date et l'heure de fin de disponibilité souhaité"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Slot-identifier",
              "type" : "token",
              "documentation" : "Identifiant du slot"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Slot-status",
              "type" : "token",
              "documentation" : "Statut (occupé/libre) d'un slot"
            },
            {
              "name" : "schedule",
              "definition" : "http://hl7.org/fhir/SearchParameter/Slot-schedule",
              "type" : "reference",
              "documentation" : "Reference vers la ressource schedule correspondant à notre disponibilité"
            }
          ]
        },
        {
          "type" : "Appointment",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrAppointment",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "GAP_Appointment_priority",
              "definition" : "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_priority",
              "type" : "token",
              "documentation" : "Priorité du rendez vous"
            },
            {
              "name" : "GAP_Appointment_description",
              "definition" : "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_description",
              "type" : "string",
              "documentation" : "Description du rendez vous (titre ou commentaire)"
            },
            {
              "name" : "GAP_Appointment_created",
              "definition" : "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_created",
              "type" : "date",
              "documentation" : "Date de création du rendez vous"
            },
            {
              "name" : "actor",
              "definition" : "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/Appointment-actor",
              "type" : "reference",
              "documentation" : "Recherche d'un rendez-vous sur l'identifiant de l'acteur"
            },
            {
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-date",
              "type" : "date",
              "documentation" : "date et heure du rendez-vous"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-identifier",
              "type" : "token",
              "documentation" : "identifiant du rendez-vous"
            },
            {
              "name" : "service-type",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-service-type",
              "type" : "token",
              "documentation" : "serivce spécifique qui doit être réslisé pandant le rendez-vous"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-status",
              "type" : "token",
              "documentation" : "status générale du rendez vous"
            },
            {
              "name" : "supporting-info",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info",
              "type" : "reference",
              "documentation" : "information supplémentaire sur le rendez vous"
            }
          ]
        },
        {
          "type" : "Schedule",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrSchedule",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "actor",
              "definition" : "http://hl7.org/fhir/SearchParameter/Schedule-actor",
              "type" : "reference",
              "documentation" : "Reference vers la ressource participant au creneau"
            }
          ]
        },
        {
          "type" : "Patient",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrPatient",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-identifier",
              "type" : "token",
              "documentation" : "Identifiant du patient (matricule INS ou autre identifiant)"
            },
            {
              "name" : "family",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-family",
              "type" : "string",
              "documentation" : "Nom du patient"
            },
            {
              "name" : "given",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-given",
              "type" : "string",
              "documentation" : "Prenom du patient"
            }
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrPractitioner",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Practitioner-identifier",
              "type" : "token",
              "documentation" : "Identifiant du professionnel"
            },
            {
              "name" : "family",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-family",
              "type" : "string",
              "documentation" : "Nom du patient"
            },
            {
              "name" : "given",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-given",
              "type" : "string",
              "documentation" : "Prenom du patient"
            }
          ]
        },
        {
          "type" : "PractitionerRole",
          "profile" : "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass",
          "supportedProfile" : [
            "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass"
          ],
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "role",
              "definition" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-role",
              "type" : "token",
              "documentation" : "Profession du professionnel"
            },
            {
              "name" : "speciality",
              "definition" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-speciality",
              "type" : "token",
              "documentation" : "Spécialité du professionnel"
            },
            {
              "name" : "location",
              "definition" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-location",
              "type" : "reference",
              "documentation" : "Adresse situation exercice"
            },
            {
              "name" : "telecom",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-telecom",
              "type" : "token",
              "documentation" : "Telecommunication de la situation d'exercice"
            }
          ]
        },
        {
          "type" : "RelatedPerson",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier",
              "type" : "token",
              "documentation" : "Identifiant de la personne de contact"
            },
            {
              "name" : "address",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-address",
              "type" : "string",
              "documentation" : "Adresse de la personne de contact"
            },
            {
              "name" : "telecom",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-telecom",
              "type" : "token",
              "documentation" : "Telecom de la personne de contact"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-name",
              "type" : "string",
              "documentation" : "Nom de la personne de contact"
            }
          ]
        },
        {
          "type" : "Location",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrLocation",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "address",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-address",
              "type" : "string",
              "documentation" : "Adresse situation exercice"
            },
            {
              "name" : "near",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-near",
              "type" : "special",
              "documentation" : "Adresse situation exercice via les coordonnées géographiques"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-name",
              "type" : "string",
              "documentation" : "Nom du lieu"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-identifier",
              "type" : "token",
              "documentation" : "Identifiant du lieu"
            }
          ]
        },
        {
          "type" : "Device",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Device",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-identifier",
              "type" : "token",
              "documentation" : "Identifiant de l'équipement opérationnel'"
            },
            {
              "name" : "type",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-type",
              "type" : "token",
              "documentation" : "Type de l'équipement opérationnel'"
            },
            {
              "name" : "device-name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-device-name",
              "type" : "string",
              "documentation" : "Libelle de l'équipement opérationnel'"
            },
            {
              "name" : "model",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-model",
              "type" : "string",
              "documentation" : "Modele de l'équipement opérationnel'"
            }
          ]
        },
        {
          "type" : "HealthcareService",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier",
              "type" : "token",
              "documentation" : "Identifiant de l'organisation interne"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-name",
              "type" : "string",
              "documentation" : "Nom de l'organisation interne"
            },
            {
              "name" : "service-type",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type",
              "type" : "token",
              "documentation" : "Champ d'activite de l'organisation interne"
            },
            {
              "name" : "organization",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-organization",
              "type" : "reference",
              "documentation" : "Référence vers l'entite géographique de l'organisation interne"
            }
          ]
        },
        {
          "type" : "Organization",
          "profile" : "http://interopsante.org/fhir/StructureDefinition/FrOrganization",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-identifier",
              "type" : "token",
              "documentation" : "Identifiant de l'entite geographique (idNatStruct)"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-name",
              "type" : "string",
              "documentation" : "Nom de l'entite geographique"
            },
            {
              "name" : "address",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-address",
              "type" : "string",
              "documentation" : "Adresse de l'entite geographique"
            }
          ]
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.